home *** CD-ROM | disk | FTP | other *** search
/ PC Open 107 / PC Open 107 CD 2.bin / CD2 / PDF / Corsi / PHP / lezione_2 / menu.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-25  |  1.0 KB  |  44 lines

  1. a.nav:Link, a.nav:Visited {
  2.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  3.     font-style: normal;
  4.     color: #0000CD;
  5.     text-decoration: none;
  6.     font-weight: bold;
  7. }
  8. a.nav:Hover {
  9.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  10.     font-style: normal;
  11.     color: #0000CD;
  12.     text-decoration: underline;
  13.     font-weight: bold;
  14. }
  15. table {
  16.     text-align: center;
  17.     vertical-align: middle;
  18.     width: 100%;
  19.     border-collapse: collapse;
  20. }
  21. td.lato {
  22.     background-color: #DEB887;
  23.     width: 6%;
  24.     text-align: center;
  25.     vertical-align: middle;
  26.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  27.     padding-bottom: 1%;
  28.     padding-top: 1%;
  29. }
  30. td.link {
  31.     background-color: #DEB887;
  32.     text-align: center;
  33.     vertical-align: middle;
  34.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  35.     font-weight: normal;
  36. }
  37. td.nolink {
  38.     background-color: #90EE90;
  39.     text-align: center;
  40.     vertical-align: middle;
  41.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  42.     font-weight: bold;
  43.     color: #8B0000;
  44. }